.main{
            background: #2196f3;
        }
.body-back-login {
    height: auto !important;
    /*
    background-image: url(../../../static/login-background-image.jpeg);
    */
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}
.ms-n5 {
    position: relative;
    left: 175px;
    bottom: 36px;
    background: transparent;
    color: white;
}
.helper-text {
    padding-top: 0px;
    letter-spacing: .32px;
    display: inline-block;
    color: #525252;
    font-weight: 400;
    vertical-align: initial;
    font-size: 12px;
}
.bgimage {
    background-image: url(/static/images/log.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}
.login-pan-back {
    background-color: #fff;
    padding: 10px 25px 10px;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#E6FFFFFF',endColorstr='#E6FFFFFF');
    z-index: 999999999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 0px;
    overflow: hidden;
    zoom: 1;
}
.login-pan{
    color: #212121;
    border: none;
    text-align: center;
    background: transparent;
    top: 50%;
    left: 50%;
    padding: 0;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}
.input-type{
    border-color: #959f9f;
    padding: 0px 15px;
    height: 46px;
    font-weight: normal;
    box-shadow: none;
    border-radius: 0px;
    line-height: 20px;
}
.input-type:hover{
    border-color: #4178be;
    box-shadow: 0 0 0 1px #4178be inset;
}
label.control-label.required {
    padding-top: 0px;
    letter-spacing: .32px;
    display: inline-block;
    color: #525252;
    font-weight: 400;
    vertical-align: initial;
    font-size: 12px;
    margin-bottom: 8px;
}
.input-type:focus{
    box-shadow: 0 0 0 0!important;
    outline-width: 1px;
    outline-style: solid;
    outline-color: #4178be;
    outline-offset: -1px;
}
.social-buttons{
    font-weight: 500;
    height: 40px;
    border-radius: 0px;
    box-shadow: 0 0px 0px 0 rgba(125, 119, 146, 0.50), 0 1px 4px 0 rgba(125, 119, 146, 0.24);
}
.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: .5;
}
.hr-text:before {
    content: '';
    background: linear-gradient(to right, transparent, black, transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}
.hr-text:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: black;
    padding: 0 .5em;
    line-height: 1.5em;
    background-color: #fcfcfa;
}
.separate
{
    background: #d0d1d4;
    height: 1px;
    width: 75%;
}
.form-control {
    height: 40px;
}
